Spring-Boot-Reference-Guide

42.2. 禁用JMX端点

如果不想通过JMX暴露端点,你可以将spring.jmx.enabled属性设置为false:

spring.jmx.enabled=false